Skip to content

Add dependabot group for coverlet packages#791

Merged
baywet merged 2 commits intomainfrom
copilot/add-dependabot-group-coverlet
Mar 18, 2026
Merged

Add dependabot group for coverlet packages#791
baywet merged 2 commits intomainfrom
copilot/add-dependabot-group-coverlet

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

Multiple coverlet NuGet packages updating independently generates noisy, redundant PRs. Grouping them consolidates updates into a single PR.

Changes

  • Added a groups entry under the nuget ecosystem in .github/dependabot.yml that matches all coverlet.* packages (e.g. coverlet.collector, coverlet.msbuild)
groups:
  coverlet:
    patterns:
      - "coverlet.*"
Original prompt

This section details on the original issue you should resolve

<issue_title>add a dependabot group for coverlet</issue_title>
<issue_description>this will reduce the number of pull requests we get</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI changed the title [WIP] Add a dependabot group for coverlet Add dependabot group for coverlet packages Mar 17, 2026
Copilot AI requested a review from baywet March 17, 2026 20:46
@sonarqubecloud
Copy link

@baywet baywet marked this pull request as ready for review March 18, 2026 14:14
@baywet baywet requested a review from a team as a code owner March 18, 2026 14:14
@baywet baywet enabled auto-merge March 18, 2026 14:14
@baywet baywet merged commit e6e0525 into main Mar 18, 2026
41 of 42 checks passed
@baywet baywet deleted the copilot/add-dependabot-group-coverlet branch March 18, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add a dependabot group for coverlet

3 participants